﻿2026-06-16T08:24:20.8412274Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-16T08:24:20.8412652Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-16T08:24:20.8412903Z [36;1m$PIN = "0c95435"[0m
2026-06-16T08:24:20.8413137Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-16T08:24:20.8413392Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-16T08:24:20.8413781Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-16T08:24:20.8414146Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-16T08:24:20.8414451Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-16T08:24:20.8414734Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-16T08:24:20.8414966Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-16T08:24:20.8416033Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-16T08:24:20.8416332Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-16T08:24:20.8416620Z [36;1m}[0m
2026-06-16T08:24:20.8416789Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-16T08:24:20.8417041Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T08:24:20.8492953Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T08:24:20.8493266Z ##[endgroup]
2026-06-16T08:24:22.0148868Z    Compiling proc-macro2 v1.0.106
2026-06-16T08:24:22.0149182Z    Compiling quote v1.0.45
2026-06-16T08:24:22.0149431Z    Compiling unicode-ident v1.0.24
2026-06-16T08:24:22.0149654Z    Compiling cfg-if v1.0.4
2026-06-16T08:24:22.0149846Z    Compiling serde_core v1.0.228
2026-06-16T08:24:22.0150141Z    Compiling serde v1.0.228
2026-06-16T08:24:22.0150462Z    Compiling windows-link v0.2.1
2026-06-16T08:24:22.0151077Z    Compiling typenum v1.20.1
2026-06-16T08:24:22.0151451Z    Compiling getrandom v0.3.4
2026-06-16T08:24:22.0151742Z    Compiling portable-atomic v1.13.1
2026-06-16T08:24:22.0152092Z    Compiling version_check v0.9.5
2026-06-16T08:24:22.0152536Z    Compiling pin-project-lite v0.2.17
2026-06-16T08:24:22.0152989Z    Compiling critical-section v1.2.0
2026-06-16T08:24:22.0153491Z    Compiling find-msvc-tools v0.1.9
2026-06-16T08:24:22.0154071Z    Compiling memchr v2.8.1
2026-06-16T08:24:22.0154434Z    Compiling shlex v2.0.1
2026-06-16T08:24:22.0862107Z    Compiling subtle v2.6.1
2026-06-16T08:24:22.1288291Z    Compiling windows-sys v0.61.2
2026-06-16T08:24:22.1423638Z    Compiling equivalent v1.0.2
2026-06-16T08:24:22.1481271Z    Compiling futures-core v0.3.32
2026-06-16T08:24:22.1888765Z    Compiling smallvec v1.15.1
2026-06-16T08:24:22.2514346Z    Compiling itoa v1.0.18
2026-06-16T08:24:22.2535160Z    Compiling bytes v1.11.1
2026-06-16T08:24:22.2952192Z    Compiling semver v1.0.28
2026-06-16T08:24:22.3172965Z    Compiling stable_deref_trait v1.2.1
2026-06-16T08:24:22.3837125Z    Compiling log v0.4.32
2026-06-16T08:24:22.4062048Z    Compiling slab v0.4.12
2026-06-16T08:24:22.4111493Z    Compiling generic-array v0.14.7
2026-06-16T08:24:22.4322811Z    Compiling futures-io v0.3.32
2026-06-16T08:24:22.5939885Z    Compiling rustc_version v0.4.1
2026-06-16T08:24:22.5940515Z    Compiling futures-sink v0.3.32
2026-06-16T08:24:22.6286376Z    Compiling rustversion v1.0.22
2026-06-16T08:24:22.6316326Z    Compiling futures-task v0.3.32
2026-06-16T08:24:22.6736554Z    Compiling hashbrown v0.17.1
2026-06-16T08:24:22.7248169Z    Compiling futures-channel v0.3.32
2026-06-16T08:24:22.7833587Z    Compiling getrandom v0.2.17
2026-06-16T08:24:22.8226716Z    Compiling cpufeatures v0.2.17
2026-06-16T08:24:22.8531236Z    Compiling fnv v1.0.7
2026-06-16T08:24:22.9415795Z    Compiling libc v0.2.186
2026-06-16T08:24:22.9904648Z    Compiling strsim v0.11.1
2026-06-16T08:24:22.9907927Z    Compiling cfg_aliases v0.2.1
2026-06-16T08:24:23.0648726Z    Compiling rand_core v0.10.1
2026-06-16T08:24:23.0667285Z    Compiling litemap v0.8.2
2026-06-16T08:24:23.0792283Z    Compiling jobserver v0.1.34
2026-06-16T08:24:23.0792880Z    Compiling autocfg v1.5.1
2026-06-16T08:24:23.0805433Z    Compiling writeable v0.6.3
2026-06-16T08:24:23.1095830Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T08:24:23.1794066Z    Compiling fs_extra v1.3.0
2026-06-16T08:24:23.2281150Z    Compiling icu_properties_data v2.2.0
2026-06-16T08:24:23.2450016Z    Compiling cc v1.2.63
2026-06-16T08:24:23.2962224Z    Compiling utf8_iter v1.0.4
2026-06-16T08:24:23.3592231Z    Compiling getrandom v0.4.2
2026-06-16T08:24:23.4668098Z    Compiling dunce v1.0.5
2026-06-16T08:24:23.4847967Z    Compiling ident_case v1.0.1
2026-06-16T08:24:23.5761310Z    Compiling percent-encoding v2.3.2
2026-06-16T08:24:23.6156706Z    Compiling syn v2.0.117
2026-06-16T08:24:23.6314687Z    Compiling indexmap v2.14.0
2026-06-16T08:24:23.6642547Z    Compiling http v1.4.1
2026-06-16T08:24:23.7130118Z    Compiling crypto-common v0.1.7
2026-06-16T08:24:23.7315548Z    Compiling cpufeatures v0.3.0
2026-06-16T08:24:23.7677797Z    Compiling aws-lc-rs v1.17.0
2026-06-16T08:24:23.7791250Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:24:23.7839204Z    Compiling thiserror v2.0.18
2026-06-16T08:24:23.8031572Z    Compiling scopeguard v1.2.0
2026-06-16T08:24:23.8295446Z    Compiling chacha20 v0.10.0
2026-06-16T08:24:23.8724864Z    Compiling form_urlencoded v1.2.2
2026-06-16T08:24:23.8725458Z    Compiling lock_api v0.4.14
2026-06-16T08:24:23.9268624Z    Compiling block-buffer v0.10.4
2026-06-16T08:24:23.9321536Z    Compiling bitflags v2.12.1
2026-06-16T08:24:23.9640899Z    Compiling untrusted v0.9.0
2026-06-16T08:24:24.0842156Z    Compiling winapi v0.3.9
2026-06-16T08:24:24.1037928Z    Compiling rand v0.10.1
2026-06-16T08:24:24.1155874Z    Compiling digest v0.10.7
2026-06-16T08:24:24.1199548Z    Compiling num-traits v0.2.19
2026-06-16T08:24:24.1558804Z    Compiling cmake v0.1.58
2026-06-16T08:24:24.1611600Z    Compiling windows-strings v0.5.1
2026-06-16T08:24:24.2003908Z    Compiling windows-result v0.4.1
2026-06-16T08:24:24.2183703Z    Compiling heck v0.5.0
2026-06-16T08:24:24.3487434Z    Compiling rustls v0.23.40
2026-06-16T08:24:24.3621078Z    Compiling convert_case v0.10.0
2026-06-16T08:24:24.4113759Z    Compiling unicode-xid v0.2.6
2026-06-16T08:24:24.4605874Z    Compiling const-oid v0.10.2
2026-06-16T08:24:24.4880472Z    Compiling anyhow v1.0.102
2026-06-16T08:24:24.5666721Z    Compiling atomic-waker v1.1.2
2026-06-16T08:24:24.5846257Z    Compiling parking_lot_core v0.9.12
2026-06-16T08:24:24.6373946Z    Compiling httparse v1.10.1
2026-06-16T08:24:24.6790227Z    Compiling zerocopy v0.8.50
2026-06-16T08:24:24.7034956Z    Compiling http-body v1.0.1
2026-06-16T08:24:24.7129640Z    Compiling hybrid-array v0.4.12
2026-06-16T08:24:24.8161586Z    Compiling curve25519-dalek v4.1.3
2026-06-16T08:24:24.8204368Z    Compiling ahash v0.8.12
2026-06-16T08:24:24.9405145Z    Compiling fastrand v2.4.1
2026-06-16T08:24:24.9861298Z    Compiling base64ct v1.8.3
2026-06-16T08:24:25.0297709Z    Compiling powerfmt v0.2.0
2026-06-16T08:24:25.1117958Z    Compiling either v1.16.0
2026-06-16T08:24:25.2749220Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T08:24:25.2911698Z    Compiling deranged v0.5.8
2026-06-16T08:24:25.3198897Z    Compiling aws-lc-sys v0.41.0
2026-06-16T08:24:25.3348766Z    Compiling ring v0.17.14
2026-06-16T08:24:25.3869675Z    Compiling rand_core v0.6.4
2026-06-16T08:24:25.3870188Z    Compiling vcpkg v0.2.15
2026-06-16T08:24:25.4130080Z    Compiling base64 v0.22.1
2026-06-16T08:24:25.6158648Z    Compiling try-lock v0.2.5
2026-06-16T08:24:25.6365515Z    Compiling zmij v1.0.21
2026-06-16T08:24:25.6841148Z    Compiling tinyvec_macros v0.1.1
2026-06-16T08:24:25.7089377Z    Compiling time-core v0.1.8
2026-06-16T08:24:25.7532910Z    Compiling pkg-config v0.3.33
2026-06-16T08:24:25.7533420Z    Compiling data-encoding v2.11.0
2026-06-16T08:24:25.7635035Z    Compiling num-conv v0.2.2
2026-06-16T08:24:25.7740071Z    Compiling tower-service v0.3.3
2026-06-16T08:24:25.7772072Z    Compiling tinyvec v1.11.0
2026-06-16T08:24:25.8641952Z    Compiling want v0.3.1
2026-06-16T08:24:25.8947691Z    Compiling parking_lot v0.12.5
2026-06-16T08:24:25.9071960Z    Compiling crypto-common v0.2.2
2026-06-16T08:24:25.9683203Z    Compiling block-buffer v0.12.0
2026-06-16T08:24:26.0760252Z    Compiling sha2 v0.10.9
2026-06-16T08:24:26.0871920Z    Compiling vergen-lib v9.1.0
2026-06-16T08:24:26.1263864Z    Compiling inout v0.1.4
2026-06-16T08:24:26.2249103Z    Compiling n0-future v0.3.2
2026-06-16T08:24:26.3357332Z    Compiling spin v0.10.0
2026-06-16T08:24:26.3559358Z    Compiling winnow v1.0.3
2026-06-16T08:24:26.4918225Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:24:26.5154162Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-16T08:24:26.5267209Z    Compiling crossbeam-utils v0.8.21
2026-06-16T08:24:26.5338951Z    Compiling parking v2.2.1
2026-06-16T08:24:26.5697622Z    Compiling serde_json v1.0.150
2026-06-16T08:24:26.6452519Z    Compiling signature v2.2.0
2026-06-16T08:24:26.7227023Z    Compiling httpdate v1.0.3
2026-06-16T08:24:26.8041343Z    Compiling diatomic-waker v0.2.3
2026-06-16T08:24:26.8171996Z    Compiling cordyceps v0.3.4
2026-06-16T08:24:26.9532011Z    Compiling ed25519 v2.2.3
2026-06-16T08:24:26.9766704Z    Compiling digest v0.11.3
2026-06-16T08:24:26.9995380Z    Compiling futures-lite v2.6.1
2026-06-16T08:24:27.0853384Z    Compiling cipher v0.4.4
2026-06-16T08:24:27.1145226Z    Compiling futures-buffered v0.2.13
2026-06-16T08:24:27.1639074Z    Compiling vergen v9.1.0
2026-06-16T08:24:27.1749500Z    Compiling vergen-lib v0.1.6
2026-06-16T08:24:27.2030675Z    Compiling universal-hash v0.5.1
2026-06-16T08:24:27.2276645Z    Compiling noq-udp v0.10.0
2026-06-16T08:24:27.3891718Z    Compiling synstructure v0.13.2
2026-06-16T08:24:27.4467459Z    Compiling darling_core v0.20.11
2026-06-16T08:24:27.4811813Z    Compiling heapless v0.7.17
2026-06-16T08:24:27.4812336Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T08:24:27.4850869Z    Compiling sync_wrapper v1.0.2
2026-06-16T08:24:27.5613782Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T08:24:27.5951567Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T08:24:27.6155573Z    Compiling allocator-api2 v0.2.21
2026-06-16T08:24:27.7167760Z    Compiling opaque-debug v0.3.1
2026-06-16T08:24:27.7547304Z    Compiling byteorder v1.5.0
2026-06-16T08:24:27.8041367Z    Compiling polyval v0.6.2
2026-06-16T08:24:27.9201051Z    Compiling hash32 v0.2.1
2026-06-16T08:24:27.9941113Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T08:24:28.0520729Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:24:28.0772866Z    Compiling spin v0.9.8
2026-06-16T08:24:28.1436581Z    Compiling windows-threading v0.2.1
2026-06-16T08:24:28.2181896Z    Compiling fallible-iterator v0.3.0
2026-06-16T08:24:28.2990091Z    Compiling ryu v1.0.23
2026-06-16T08:24:28.2990883Z    Compiling tower-layer v0.3.3
2026-06-16T08:24:28.3110773Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T08:24:28.3876175Z    Compiling signature v3.0.0
2026-06-16T08:24:28.4835204Z    Compiling windows-targets v0.52.6
2026-06-16T08:24:28.5136462Z    Compiling ghash v0.5.1
2026-06-16T08:24:28.5248839Z    Compiling aes v0.8.4
2026-06-16T08:24:28.5345433Z    Compiling ctr v0.9.2
2026-06-16T08:24:28.6178255Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T08:24:28.6384790Z    Compiling fs2 v0.4.3
2026-06-16T08:24:28.6678496Z    Compiling proc-macro-crate v3.5.0
2026-06-16T08:24:28.6701373Z    Compiling time v0.3.47
2026-06-16T08:24:28.7382615Z    Compiling http-body-util v0.1.3
2026-06-16T08:24:28.8754404Z    Compiling aead v0.5.2
2026-06-16T08:24:28.9971094Z    Compiling widestring v1.2.1
2026-06-16T08:24:29.0292961Z    Compiling ipconfig v0.3.4
2026-06-16T08:24:29.0439529Z    Compiling aes-gcm v0.10.3
2026-06-16T08:24:29.2390677Z    Compiling windows-sys v0.59.0
2026-06-16T08:24:29.2825507Z    Compiling crossbeam-channel v0.5.15
2026-06-16T08:24:29.3166660Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T08:24:29.3739788Z    Compiling blake3 v1.8.5
2026-06-16T08:24:29.4319217Z    Compiling windows-registry v0.6.1
2026-06-16T08:24:29.4672044Z    Compiling uuid v1.23.2
2026-06-16T08:24:29.7911418Z    Compiling memoffset v0.6.5
2026-06-16T08:24:29.8062970Z    Compiling netwatch v0.16.0
2026-06-16T08:24:29.8173406Z    Compiling noq v0.18.0
2026-06-16T08:24:29.8228013Z    Compiling acto v0.8.2
2026-06-16T08:24:29.8228475Z    Compiling foldhash v0.2.0
2026-06-16T08:24:29.8249610Z    Compiling serde_derive v1.0.228
2026-06-16T08:24:29.8284756Z    Compiling zeroize_derive v1.4.3
2026-06-16T08:24:29.9653651Z    Compiling socket2 v0.6.4
2026-06-16T08:24:30.0537092Z    Compiling zerofrom-derive v0.1.7
2026-06-16T08:24:30.0709257Z    Compiling mio v1.2.1
2026-06-16T08:24:30.0842498Z    Compiling tokio-macros v2.7.0
2026-06-16T08:24:30.1391821Z    Compiling yoke-derive v0.8.2
2026-06-16T08:24:30.1458836Z    Compiling futures-macro v0.3.32
2026-06-16T08:24:30.1775185Z    Compiling zerovec-derive v0.11.3
2026-06-16T08:24:30.6786700Z    Compiling displaydoc v0.2.6
2026-06-16T08:24:30.6962333Z    Compiling tracing-attributes v0.1.31
2026-06-16T08:24:30.7050067Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T08:24:30.8285475Z    Compiling zeroize v1.8.2
2026-06-16T08:24:30.9082527Z    Compiling thiserror-impl v2.0.18
2026-06-16T08:24:30.9868127Z    Compiling tokio v1.52.3
2026-06-16T08:24:31.0837450Z    Compiling futures-util v0.3.32
2026-06-16T08:24:31.2303002Z    Compiling rustls-pki-types v1.14.1
2026-06-16T08:24:31.3229315Z    Compiling darling_macro v0.20.11
2026-06-16T08:24:31.4401930Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:24:31.5675225Z    Compiling windows-implement v0.60.2
2026-06-16T08:24:31.6327843Z    Compiling n0-error-macros v0.1.3
2026-06-16T08:24:31.6371688Z    Compiling spez v0.1.2
2026-06-16T08:24:31.7756012Z    Compiling windows-interface v0.59.3
2026-06-16T08:24:31.8530111Z    Compiling darling v0.20.11
2026-06-16T08:24:31.8531126Z    Compiling zerofrom v0.1.8
2026-06-16T08:24:32.1370132Z    Compiling yoke v0.8.3
2026-06-16T08:24:32.1601607Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:24:32.1781273Z    Compiling der v0.8.0-rc.10
2026-06-16T08:24:32.2416001Z    Compiling pin-project-internal v1.1.13
2026-06-16T08:24:32.3687177Z    Compiling postcard-derive v0.2.2
2026-06-16T08:24:32.4177075Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T08:24:32.5733040Z    Compiling zerovec v0.11.6
2026-06-16T08:24:32.5773381Z    Compiling zerotrie v0.2.4
2026-06-16T08:24:32.7146267Z    Compiling n0-error v0.1.3
2026-06-16T08:24:32.8869691Z    Compiling windows-core v0.62.2
2026-06-16T08:24:32.9533380Z    Compiling cobs v0.3.0
2026-06-16T08:24:32.9552418Z    Compiling data-encoding-macro v0.1.20
2026-06-16T08:24:32.9959948Z    Compiling num_enum_derive v0.7.6
2026-06-16T08:24:33.1388158Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T08:24:33.1553699Z    Compiling ed25519-dalek v2.2.0
2026-06-16T08:24:33.1639237Z    Compiling strum_macros v0.28.0
2026-06-16T08:24:33.3404599Z    Compiling tinystr v0.8.3
2026-06-16T08:24:33.3646321Z    Compiling potential_utf v0.1.5
2026-06-16T08:24:33.3812228Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:24:33.5365130Z    Compiling icu_locale_core v2.2.0
2026-06-16T08:24:33.5984325Z    Compiling icu_collections v2.2.0
2026-06-16T08:24:33.6288216Z    Compiling spki v0.8.0-rc.4
2026-06-16T08:24:33.7240071Z    Compiling windows-numerics v0.3.1
2026-06-16T08:24:33.7349885Z    Compiling pin-project v1.1.13
2026-06-16T08:24:33.8566014Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T08:24:33.8566841Z    Compiling derive_builder v0.20.2
2026-06-16T08:24:33.8672725Z    Compiling windows-future v0.3.2
2026-06-16T08:24:33.9579574Z    Compiling futures-executor v0.3.32
2026-06-16T08:24:33.9676775Z    Compiling windows-collections v0.3.2
2026-06-16T08:24:34.0021890Z    Compiling spt-proto v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-16T08:24:34.1656752Z    Compiling futures v0.3.32
2026-06-16T08:24:34.3279693Z    Compiling enum-assoc v1.3.0
2026-06-16T08:24:34.3434591Z    Compiling async-trait v0.1.89
2026-06-16T08:24:34.3602198Z    Compiling ref-cast v1.0.25
2026-06-16T08:24:34.3850889Z    Compiling xml-rs v0.8.28
2026-06-16T08:24:34.4076749Z    Compiling rustc-hash v2.1.2
2026-06-16T08:24:34.5362995Z    Compiling icu_provider v2.2.0
2026-06-16T08:24:34.5515182Z    Compiling ipnet v2.12.0
2026-06-16T08:24:34.7175880Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T08:24:34.9676844Z    Compiling once_cell v1.21.4
2026-06-16T08:24:35.0268483Z    Compiling icu_normalizer v2.2.0
2026-06-16T08:24:35.1780577Z    Compiling tracing-core v0.1.36
2026-06-16T08:24:35.2165838Z    Compiling tokio-util v0.7.18
2026-06-16T08:24:35.2585773Z    Compiling icu_properties v2.2.0
2026-06-16T08:24:35.3361618Z    Compiling prefix-trie v0.8.4
2026-06-16T08:24:35.3665513Z    Compiling postcard v1.1.3
2026-06-16T08:24:35.5579745Z    Compiling tracing v0.1.44
2026-06-16T08:24:35.5705786Z    Compiling hashbrown v0.14.5
2026-06-16T08:24:35.5858024Z    Compiling tower v0.5.3
2026-06-16T08:24:35.6605404Z    Compiling derive_more v2.1.1
2026-06-16T08:24:35.7223482Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T08:24:35.9188158Z    Compiling windows v0.62.2
2026-06-16T08:24:36.0291521Z    Compiling chrono v0.4.45
2026-06-16T08:24:36.0642501Z    Compiling mac-addr v0.3.0
2026-06-16T08:24:36.0703512Z    Compiling identity-hash v0.1.0
2026-06-16T08:24:36.0703951Z    Compiling lru-slab v0.1.2
2026-06-16T08:24:36.1502590Z    Compiling h2 v0.4.14
2026-06-16T08:24:36.1683970Z    Compiling hashlink v0.9.1
2026-06-16T08:24:36.2129628Z    Compiling tagptr v0.2.0
2026-06-16T08:24:36.2366128Z    Compiling thiserror v1.0.69
2026-06-16T08:24:36.2652187Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T08:24:36.2726893Z    Compiling netdev v0.42.0
2026-06-16T08:24:36.3150440Z    Compiling tokio-stream v0.1.18
2026-06-16T08:24:36.4199344Z    Compiling n0-watcher v0.6.1
2026-06-16T08:24:36.4254849Z    Compiling moka v0.12.15
2026-06-16T08:24:36.4413011Z    Compiling iroh-metrics v0.38.3
2026-06-16T08:24:36.4813282Z    Compiling rusqlite v0.32.1
2026-06-16T08:24:36.5189434Z    Compiling idna_adapter v1.2.2
2026-06-16T08:24:36.5344116Z    Compiling strum v0.28.0
2026-06-16T08:24:36.6712812Z    Compiling idna v1.1.0
2026-06-16T08:24:36.7426016Z    Compiling iroh-relay v0.98.0
2026-06-16T08:24:36.9102011Z    Compiling xmltree v0.10.3
2026-06-16T08:24:36.9546852Z    Compiling toml_datetime v0.6.11
2026-06-16T08:24:37.0310859Z    Compiling url v2.5.8
2026-06-16T08:24:37.0985588Z    Compiling serde_spanned v0.6.9
2026-06-16T08:24:37.1437864Z    Compiling num_enum v0.7.6
2026-06-16T08:24:37.3130826Z    Compiling hashbrown v0.16.1
2026-06-16T08:24:37.3259864Z    Compiling ref-cast-impl v1.0.25
2026-06-16T08:24:37.3953479Z    Compiling thiserror-impl v1.0.69
2026-06-16T08:24:37.4314044Z    Compiling spt-store v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-16T08:24:37.5794649Z    Compiling serde_derive_internals v0.29.1
2026-06-16T08:24:37.6608408Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:24:37.8683216Z    Compiling attohttpc v0.30.1
2026-06-16T08:24:37.8683758Z    Compiling tower-http v0.6.11
2026-06-16T08:24:37.9088510Z    Compiling iroh-base v0.98.0
2026-06-16T08:24:38.1460960Z    Compiling simple-dns v0.9.3
2026-06-16T08:24:38.2159717Z    Compiling serial-core v0.4.0
2026-06-16T08:24:38.2386244Z    Compiling aho-corasick v1.1.4
2026-06-16T08:24:38.3342226Z    Compiling regex-syntax v0.8.10
2026-06-16T08:24:38.3544262Z    Compiling arrayvec v0.7.6
2026-06-16T08:24:38.4265008Z    Compiling smol_str v0.1.24
2026-06-16T08:24:38.5693217Z    Compiling winnow v0.7.15
2026-06-16T08:24:38.6247024Z    Compiling simdutf8 v0.1.5
2026-06-16T08:24:38.6492090Z    Compiling resolv-conf v0.7.6
2026-06-16T08:24:38.6995453Z    Compiling winreg v0.10.1
2026-06-16T08:24:38.7746399Z    Compiling sha1_smol v1.0.1
2026-06-16T08:24:38.9030118Z    Compiling constant_time_eq v0.4.2
2026-06-16T08:24:38.9241926Z    Compiling arrayref v0.3.9
2026-06-16T08:24:38.9947013Z    Compiling toml_write v0.1.2
2026-06-16T08:24:39.0935986Z    Compiling iroh-dns v0.98.0
2026-06-16T08:24:39.1943157Z    Compiling schemars_derive v1.2.1
2026-06-16T08:24:39.2879510Z    Compiling serial-windows v0.4.0
2026-06-16T08:24:39.5097430Z    Compiling spt-msg v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-16T08:24:39.6551950Z    Compiling lru v0.16.4
2026-06-16T08:24:39.8034467Z    Compiling webpki-roots v1.0.7
2026-06-16T08:24:39.8457203Z    Compiling seize v0.5.1
2026-06-16T08:24:39.8492013Z    Compiling darling_core v0.23.0
2026-06-16T08:24:39.8660941Z    Compiling serde_bytes v0.11.19
2026-06-16T08:24:40.0181821Z    Compiling hyper v1.10.1
2026-06-16T08:24:40.1131535Z    Compiling hmac v0.12.1
2026-06-16T08:24:40.1491312Z    Compiling regex-automata v0.4.14
2026-06-16T08:24:40.2441499Z    Compiling iroh v0.98.2
2026-06-16T08:24:40.3630739Z    Compiling toml_edit v0.22.27
2026-06-16T08:24:40.6534157Z    Compiling once_cell_polyfill v1.70.2
2026-06-16T08:24:40.7484413Z    Compiling pin-utils v0.1.0
2026-06-16T08:24:40.7578644Z    Compiling dyn-clone v1.0.20
2026-06-16T08:24:40.7936996Z    Compiling lazy_static v1.5.0
2026-06-16T08:24:40.8006244Z    Compiling anstyle v1.0.14
2026-06-16T08:24:40.8626569Z    Compiling cmov v0.5.4
2026-06-16T08:24:40.9108560Z    Compiling bitflags v1.3.2
2026-06-16T08:24:40.9190489Z    Compiling utf8parse v0.2.2
2026-06-16T08:24:41.0121558Z    Compiling anstyle-parse v1.0.0
2026-06-16T08:24:41.0173029Z    Compiling schemars v1.2.1
2026-06-16T08:24:41.0753976Z    Compiling ctutils v0.4.2
2026-06-16T08:24:41.0924205Z    Compiling anstyle-wincon v3.0.11
2026-06-16T08:24:41.1001965Z    Compiling nix v0.25.1
2026-06-16T08:24:41.1934148Z    Compiling shared_library v0.1.9
2026-06-16T08:24:41.3008753Z    Compiling hyper-util v0.1.20
2026-06-16T08:24:41.3578405Z    Compiling hkdf v0.12.4
2026-06-16T08:24:41.4250189Z    Compiling papaya v0.2.4
2026-06-16T08:24:41.5429034Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:24:41.5539662Z    Compiling serial v0.4.0
2026-06-16T08:24:41.5850843Z    Compiling filedescriptor v0.8.3
2026-06-16T08:24:41.8782323Z    Compiling backon v1.6.0
2026-06-16T08:24:41.8978339Z    Compiling anstyle-query v1.1.5
2026-06-16T08:24:42.0888614Z    Compiling paste v1.0.15
2026-06-16T08:24:42.1820933Z    Compiling toml v0.8.23
2026-06-16T08:24:42.2783576Z    Compiling regex v1.12.3
2026-06-16T08:24:42.4166084Z    Compiling colorchoice v1.0.5
2026-06-16T08:24:42.4341678Z    Compiling downcast-rs v1.2.1
2026-06-16T08:24:42.4367631Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T08:24:42.5541553Z    Compiling shell-words v1.1.1
2026-06-16T08:24:42.5774658Z    Compiling instability v0.3.12
2026-06-16T08:24:42.5947511Z    Compiling foldhash v0.1.5
2026-06-16T08:24:42.6105924Z    Compiling anstream v1.0.0
2026-06-16T08:24:42.8185284Z    Compiling igd-next v0.17.1
2026-06-16T08:24:42.8310078Z    Compiling hashbrown v0.15.5
2026-06-16T08:24:42.8875170Z    Compiling portable-pty v0.8.1
2026-06-16T08:24:42.9158674Z    Compiling spt-runtime v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-16T08:24:43.1140270Z    Compiling spake2 v0.4.0
2026-06-16T08:24:43.1505259Z    Compiling terminal_size v0.4.4
2026-06-16T08:24:43.2426955Z    Compiling strum_macros v0.26.4
2026-06-16T08:24:43.3241839Z    Compiling crossterm_winapi v0.9.1
2026-06-16T08:24:43.4116003Z    Compiling darling_macro v0.23.0
2026-06-16T08:24:43.5015624Z    Compiling itertools v0.13.0
2026-06-16T08:24:43.5202804Z    Compiling sha1 v0.10.6
2026-06-16T08:24:43.6252518Z    Compiling castaway v0.2.4
2026-06-16T08:24:43.7495272Z    Compiling unicode-width v0.1.14
2026-06-16T08:24:43.7579212Z    Compiling doctest-file v1.1.1
2026-06-16T08:24:43.7878487Z    Compiling indoc v2.0.7
2026-06-16T08:24:43.8064224Z    Compiling recvmsg v1.0.0
2026-06-16T08:24:43.8626972Z    Compiling darling v0.23.0
2026-06-16T08:24:44.0454327Z    Compiling clap_lex v1.1.0
2026-06-16T08:24:44.1374492Z    Compiling static_assertions v1.1.0
2026-06-16T08:24:44.1376922Z    Compiling crossterm v0.28.1
2026-06-16T08:24:44.2680198Z    Compiling compact_str v0.8.2
2026-06-16T08:24:44.2901136Z    Compiling interprocess v2.4.2
2026-06-16T08:24:44.2962533Z    Compiling clap_builder v4.6.0
2026-06-16T08:24:44.4180113Z    Compiling lru v0.12.5
2026-06-16T08:24:44.5958088Z    Compiling spt-term v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-16T08:24:44.9679038Z    Compiling unicode-truncate v1.1.0
2026-06-16T08:24:45.0597638Z    Compiling spt-live v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-16T08:24:45.1445447Z    Compiling clap_derive v4.6.1
2026-06-16T08:24:45.3009799Z    Compiling strum v0.26.3
2026-06-16T08:24:45.4632181Z    Compiling unicode-width v0.2.0
2026-06-16T08:24:45.6201891Z    Compiling cassowary v0.3.0
2026-06-16T08:24:45.6274481Z    Compiling nucleo-matcher v0.3.1
2026-06-16T08:24:45.6334496Z    Compiling qrcode v0.14.1
2026-06-16T08:24:45.6472427Z    Compiling tempfile v3.27.0
2026-06-16T08:24:45.7232733Z    Compiling wmi v0.18.4
2026-06-16T08:24:46.2766868Z    Compiling ratatui v0.29.0
2026-06-16T08:24:47.9494516Z    Compiling portmapper v0.16.0
2026-06-16T08:24:48.0502322Z    Compiling clap v4.6.1
2026-06-16T08:24:59.0258584Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:25:01.3037298Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:25:01.3037633Z    Compiling noq-proto v0.17.0
2026-06-16T08:25:01.3037877Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:25:01.4518811Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:25:01.4519375Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:25:01.4519726Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:25:01.5938106Z    Compiling reqwest v0.13.4
2026-06-16T08:25:02.5303940Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:25:18.6339843Z    Compiling spt-net v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T08:25:19.9230192Z    Compiling spt-daemon v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T08:25:27.7807808Z    Compiling spt v0.7.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-16T08:25:34.3798731Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-06-16T08:25:34.4023442Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-1d501a3c6c55596c.exe)
2026-06-16T08:25:34.4452082Z 
2026-06-16T08:25:34.4452398Z running 1 test
2026-06-16T08:25:41.5686945Z test new_brain_serves_against_old_broker ... ok
2026-06-16T08:25:41.5687193Z 
2026-06-16T08:25:41.5687365Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.12s
2026-06-16T08:25:41.5687661Z 
